0
I would like revision on html, I was on a role and got sick for a week then came back it like i had been in outer space?
I have come back to html and was enjoying it. I got sick and have lost the mojo i had on python as well as html i had before.
2 Respuestas
+ 2
I know the feeling!
I've been programing for over 10 Years but it still feels that way after a break. Try to Keep short notes.
Here's a recap for what you may have learned for HTML
HTML is for Structure: Remember the foundation—<html>, <head>, and <body> tags.
Common Tags:
Headings: <h1> to <h6>
Paragraphs: <p>
Links: <a href="URL">
Images: <img src="URL" alt="description">
Lists:
Ordered: <ol> and <li>
Unordered: <ul> and <li>
Tables: <table>, <tr>, <td>, and <th>.
Forms: <form>, <input>, <button>
There may be more but this should get you caught up. - Happy Coding!
0
what's your real question?