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.

4th Apr 2025, 12:02 PM
Olives
Olives - avatar
2 ответов
+ 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!
5th Apr 2025, 5:38 AM
Chris Coder
Chris Coder - avatar
0
what's your real question?
4th Apr 2025, 7:58 PM
Mihaly Nyilas
Mihaly Nyilas - avatar