Last Month I was start to learn html in Payilagam Institute Chennai.For my carrer growth, Because i want to see myself as a frontend developer,So i choose to learn java script and React js.
what i learn?
1.what is html?
Html-Hypertext Markup Language.
2.What is Element?
One of the tag open and close properly with text that is called element.
3.Its not a logical language, then why use this?
Its helps to create a structure.All the browser like google ,chrome etc only know html for display structue.
4.is it case sensitive?
No, but mostly recommented lowercase.
5.What is meta?
If one of the content inside head that is called meta.
6.Difference Between Block level and Inline element?
If we type one line then type next line its show continue in same line is called inline element.
But goto next line its called block level.
7.i think these tags must know beginners.
<html> root of an language all the tag must inside this.
<head> head tag is all the other css file and js file link should be inside this tag and title also.
<body> body all the element inside this.
<div>for set of tags inside one container(generic container)
<span>inline container
<p>paragraph
<h1>to<h6>for text size
<a>anchor tag for look like a link .
<img> for add a image
8.semantic tags
<header> iam not clear in article i will update.|
<footer>
<main>
<nav>
<article>
9.Forms
<input>
<button>
and etc
10.Table (less common but useful)
<table>
<tr>
<td>
<th>
and <li>tags <ul> <ol >
this is for begginers.
i know my english is very difficult to understand others.
but iam improving.
Top comments (0)