HTML - All Forum
What is HTML
HTML stands for Hyper Text Markup LanguageHTML is the standard markup language for creating Web pagesHTML describes the structure of a Web pageHTML consists of a series of elementsHTML elements tell the browser how to display the content
- 4 Comments
- 272 Views
- Share:
- 1
- 0
- 3 Comments
- 220 Views
- Share:
- 1
- 1
Programming Languages
Why are HTML and CSS not classified as programming languages?HTML (Hypertext Markup Language) and CSS (Cascading Style Sheets) are not typically classified as programming languages because they do not have the full capabilities of traditional programming languages like Python, Java, or C++. Here are a few key reasons why HTML and CSS are often considered markup and styling languages rather th...
- 0 Comments
- 83 Views
- Share:
- 1
- 0
How to Overcome Tutorial Hell
Many aspiring developers find themselves stuck in what is commonly known as "tutorial hell." This term describes the cycle of endlessly following tutorials without ever feeling ready to apply the knowledge independently. While tutorials are an excellent way to start learning, breaking free from this cycle is crucial for growth and becoming a proficient developer. Here a...
- 1 Comments
- 83 Views
- Share:
- 2
- 0
Html + css
I learned how to link css to html, thanks to my instructor Mr ifeoluwa
- 0 Comments
- 59 Views
- Share:
- 0
- 0
HTML FORMS AND MULTIMEDIA
learnt how to create the form section of a website using the form tags and how to add up videos on a website. interesting session.
- 0 Comments
- 61 Views
- Share:
- 0
- 0
How I create registration form using HTML
Form tag with input of different types such as text, radio, checkbox, file, password, submit, and so on
- 0 Comments
- 102 Views
- Share:
- 0
- 0
How I create a timetable using HTML
I created this table using html table tag and it's sub tags (thead, tbody, tr, th, td) and I also added attributes (border, border-collapse, rowspan, colspan, cellspacing, cellpadding) to the table using inline styling method.
- 0 Comments
- 101 Views
- Share:
- 0
- 0