Lesson -1 | HTML Structure | HTML Basics (In Hindi) html tricks from Techmirrors

Lesson -1 | HTML Structure | HTML Basics (In Hindi) html tricks from Techmirrors



SUBSCRIBE MY CHANNEL FOR MORE VIDEOS LIKE THIS.

sourceTechmirrors

In light of the HTML5 specification leaking its way onto the internet it seemed appropriate to do a little review on tag structure and its importance in the SEO and website design process. This article will not cover the HTML5 specification or the importance of well formed code, but a focus instead on the structure of tags complete or incomplete: of course we recommend well formed code and complete closed tags, but that’s another article.

The very most important tags in your HTML are found inside the section: the title tag and two or three Meta tags for content-type, description, and keywords. These items should always be the first tags to appear in the section. The title, description, and keyword tags should be limited in how many words can be used. The title should be extremely relevant to the page and include a reference to the overall website. Do not spam your title with keywords. The keywords used should be two-five words in length separated by commas and should be relevant to the page and should include some phrases unique to the page. Again use only a maximum of 10 phrases, more looks like spam and remains unfocused. The description tag should be no longer than 255 characters.

In the body of a website page the tags that are of most importance to structure are the heading tags (, , , etc…). Ideally there should only be 1 tag on any given page. It is essentially the chapter, main heading, category name, or page title. Sub headings can be as numerous as they are necessary. Think of an outline for a paper, or a book each book has chapters and each chapter could have subsections. In terms of a website the title tag represents the book name. The tag represents the chapter name, and the others highlight sub-ideas within the chapter.

While it is not necessary to place the content under each heading inside paragraph tags () it is always a nice and preferable option. This gives more control over the format of the text within and also looks more pleasing and organized from a coder’s point of view. Quotes should be placed in their appropriate tags as well: for single line quotes and for paragraph or paraphrased quotes. Of course such styling tags should be placed within paragraph tags.

The use of table tags is a practice that many people are now afraid of; however, table tags are completely appropriate for table suited data presentation. There is absolutely nothing wrong with using tables in modern website design. What is meant to be avoided is the use of tables to structure the website: providing a page with columns and center alignment. It is an unnecessary waste of time, bandwidth, and code to produce websites in this manner any more. The same lies true for the use of frames, rarely is a situation encountered that truly requires frames in today’s internet.

A final note on code and content structure relates to the ratio between the two. The amount of code or mark-up in a web page file should never exceed the amount of actual content: content includes anything you can read or click on. This is called a code to content ratio and it should be as balanced in favor of content as possible. More code usually means slower loading times, and quite often is represented in unprofessional or amateur work. A good web designer should be aware of the effects of good structure and code management.

Conclusion:

The goal of this type of code structure is so that your website pages read like a book to both text-based browsers and search engine spiders. Try viewing a website in a text based web browser. Avoid table and frame layout structure, but use them when they are appropriate to data presentation. Avoid using excessive amounts of code especially when the amount of code exceeds the amount of actual content. These structure tips will help better your search engine marketing efforts.

What is the basic structure of HTML?

An HTML Document is mainly divided into two parts: HEAD: This contains the information about the HTML document. For Example, Title of the page, version of HTML, Meta Data etc. BODY: This contains everything you want to display on the Web Page.

What is HTML and its structure?

HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page. HTML consists of a series of elements. HTML elements tell the browser how to display the content. HTML elements label pieces of content such as “this is a heading”, “this is a paragraph”, “this is a link”, etc.

What is HTML and basic structure of HTML?

HTML stands for HyperText Markup Language and is the basic structural element that is used to create webpages. HTML is a markup language, which means that it is used to “mark up” the content within a document, in this case a webpage, with structural and semantic information that tells a browser how to display a page.

How do you structure text in HTML?

An HTML instance is like a text file, except that some of the characters are interpreted as markup. The markup gives structure to the document. Some elements (e.g. BR ) are empty.

What are the main components of HTML?

7 The global structure of an HTML document

  • The BODY element.
  • Element identifiers: the id and class attributes.
  • Block-level and inline elements.
  • Grouping elements: the DIV and SPAN elements.
  • Headings: The H1 , H2 , H3 , H4 , H5 , H6 elements.
  • The ADDRESS element.

What is the basic structure of HTML Class 8?

CREATING TABLES IN HTML

The basic structure of a table consists of the following tags. <TABLE> tag: The <TABLE> and </TABLE> tags mark the beginning and the end of a table in an HTML document. <TR> tag: <TR> tag defines a row in the table. It is the <TR> tag that divides a table into rows.

What is HTML example?

HTML stands for Hypertext Markup Language. It allows the user to create and structure sections, paragraphs, headings, links, and blockquotes for web pages and applications. … For example, we can create a paragraph by placing the enclosed text within a starting <p> and closing </p> tag.

Why HTML is used?

HTML is used to create electronic documents (called pages) that are displayed on the World Wide Web. Each page contains a series of connections to other pages called hyperlinks. Every web page you see on the Internet is written using one version of HTML code or another.

How do I start HTML coding?

HTML Editors

  1. Step 1: Open Notepad (PC) Windows 8 or later: …
  2. Step 1: Open TextEdit (Mac) Open Finder > Applications > TextEdit. …
  3. Step 2: Write Some HTML. Write or copy the following HTML code into Notepad: …
  4. Step 3: Save the HTML Page. Save the file on your computer. …
  5. Step 4: View the HTML Page in Your Browser.

What is HTML PPT?

HTML (Hypertext MarkupHTML (Hypertext Markup Language)Language) Language of Web PageLanguage of Web Page Presented By: Macrosys, Moga. 2. Hypertext & HyperlinkHypertext & Hyperlink English -> Written -> Books HTML -> Written -> Web page Hyper Text Markup Language Web pages are text files.

Why HTML structure is important?

Containers are the basis for HTML documents because they define a logical structure for a document. … Your ability to put content into HTML elements and put these elements inside the proper elements is key to your document’s proper syntax.

What is the purpose of HTML list?

HTML lists are used for grouping related items on a web page. HTML supports three types of HTML lists: Unordered lists. Ordered lists.

What does </ p mean in HTML?

The HTML <p> element represents a paragraph. Paragraphs are usually represented in visual media as blocks of text separated from adjacent blocks by blank lines and/or first-line indentation, but HTML paragraphs can be any structural grouping of related content, such as images or form fields.

What is live text HTML?

HTML text is also called live text because it is fully editable, just like the text in your word processor. You can apply various font and size settings to live text using CSS styles, or even just with HTML, and you can update the text easily, making live text the ideal choice for your website.

HTML Basic Course for Beginners in hindi Lesson-1 | Web Designing with HTML (Notepad) in hindi with Tech Mirrors

HTML Tutorial For Beginners In Hindi (With Notes) 🔥 with Tech Mirrors

HTML tutorial for beginners in Hindi | Learn full HTML by one video | HTML 2021 | All HTML5 Tag with Tech Mirrors

HTML Tutorial in Hindi | Complete HTML Course For Beginners to Advanced with Tech Mirrors

Div tag – html 5 tutorial in hindi/urdu – Class – 35 with Tech Mirrors

Read More:

html structure tagsnpm html structure
html structure in hindian html page structure physically arrange in sequence
html structure w3schoolshtml structure online
html structure and presentationhtml structure of html document
html structure templatehtml structure of website
html structure with examplehtml structure of a table
html structure in detailhtml structure organization
html structure of a web pagehtml structure optimization
html structure and tagshtml structure output
html structure and presentation examplehtml structure pdf
html structure and presentation igcsehtml structure program
html structure and descriptionhtml structure page
html structure accessibilityhtml structure project
html structure asidehtml structure plugin
html structure and syntaxhtml structure path
the html structurehtml structure purpose
create a html structurehtml page structure template
structure of html web pagehtml structure responsive
html structure best practiceshtml request structure
html structure basichtml row structure
html structure bootstraphtml relational structure
html structure body headerreact html structure
html structure blograzor html structure
html structure body mainhtml structure shortcut in sublime
html structure blockhtml structure shortcut in visual studio code
html structure by tablehtml structure shortcut in vscode
html structure codehtml structure shortcut
html structure checkerhtml structure sample
html structure copy pastehtml structure style
html structure cheat sheethtml structure script
html structure csshtml structure seo
html structure checkhtml structure tutorial
html structure creatorhtml structure tree
html structure charthtml structure test
html structure documenthtml structure table
html structure definitionhtml structure term and description
html structure diagramhtml structure tags order
html structure divhtml structure utf-8
html structure doctypehtml structure using flash tree
html structure datahtml structure use
html structure demohtml url structure
html structure displayhtml ul structure
html structure examplecreate html structure using javascript
html structure elementsunderstanding html structure
html structure explainedhtml structure vs presentation
html structure editorhtml structure validator
html structure emailhtml structure vscode
html email structure codehtml structure viewer
html empty structurehtml basic structure vscode
html essential structurehtml folder structure view
html structure for websitebasic html structure visual studio code
html structure formathtml table structure view
html structure for seohtml structure with header and footer
html structure footerhtml structure website
html structure for emailhtml structure with script
html structure for pdfhtml structure with css
html structure formhtml structure with style
html structure for tablehtml structure wikipedia
html structure generatorhtml structure xml
html structure guidexhtml structure
html general structurebasic html structure
html global structurexhtml document structure
html grid structurexhtml document structure with example
html generic structurexhtml doc structure
html table structure generatorstructure html manakah yang paling tepat
get html structurehtml structure 2020
html structure headerhtml page structure 2020
html structure header body footerhtml 2 structures
html structure header nav2 examples of html structure
html structure head bodyhtml 3 structure
html structure headbootstrap 3 html structure
html structure how tohtml 4 structure
html structure have4.01 html structure & syntax
html hierarchical structurebootstrap 4 html structure
html structure imagehtml5 structure
html structure in visual studio codehtml5 structure tags
html structure igcsehtml5 structure elements
html structure in orderhtml5 structure template
html structure includeshtml5 page structure
html structure iframehtml5 document structure
is html structured datahtml5 file structure
is html semi structured datahtml5 table structure
is html is structured languagehtml structure maker
html structure javascripthtml structure main
html structure jshtml structure mdn
create html structure javascripthtml structure meta
html structure to jsonhtml structure main footer
change html structure javascripthtml email structure
append html structure jqueryhtml menu structure
html css javascript structurehtml structure nav
html css js structurehtml structure names
html ka structurehtml node structure
html program ka structurenotepad++ html structure
html structure listnewsletter html structure
html structured languagehtml tree like structure
html structure layouthtml table like structure using div
html link structurehtml css layout structure
html logical structurehtml structure meaning