What is HTML?

Hypertext is text with links that readers can simply click on to go to another page or another part of the page. Meanwhile, markup language uses tags or plain text with special markings to define the sections of a page, such as headers and footers, and other elements, including tables and images.

HTML is considered one of the three essential tools in webpage creation: HTML provides the structure or the way text, pictures, and so on will appear on the website. CSS (cascading style sheets) sets the visual properties of these elements, such as colors, format, and layout. Meanwhile, Javascript makes these elements behave in certain ways depending on a user's action. For example, the font size of text can increase when users hover their mouse or click a button on a page.

https://www.itray.co.kr/bbs/board.php?bo_table=free&wr_id=60152

http://plaworld.kr/bbs/board.php?bo_table=free&wr_id=1632

http://www.511coffee.com/bbs/board.php?bo_table=free&wr_id=898

https://cartoonani.yju.ac.kr/qa/25

http://majigi.thedaycorp.kr/bbs/board.php?bo_table=blue_after&wr_id=12183&page=2&me_code=&me_code=&me_code=

http://010-5298-7457.aaad.kr/bbs/board.php?bo_table=inquiry&wr_id=34560

http://newmoojin.co.kr/bbs/board.php?bo_table=free&wr_id=69998

https://kcntvnews.korean.net/bbs/board.php?bo_table=news_policy&wr_id=139525

https://www.my-photo.kr/dragon/bbs/board.php?bo_table=free&wr_id=102097&sst=wr_hit&sod=desc&sop=and&page=3705

https://forum.iabi.or.id/discussion/199/edubirdie-review

https://ourpoliticalhammer.com/mybb/showthread.php?tid=37374

https://www.wolala.love/thread-40705-1-1.html

https://www.csoyuncu.net/showthread.php?tid=15940

http://jl.kaoyanzhi.net/forum.php?mod=viewthread&tid=101811

http://jl.kaoyanzhi.net/forum.php?mod=viewthread&tid=5245431

http://eldoradofus.free.fr/forum/viewtopic.php?pid=13902

http://eldoradofus.free.fr/forum/viewtopic.php?pid=13349


To write HTML, you'll need a text editor, like Notepad, Brackets, or Atom. HTML editors make sure your coding is clean and functional. They help reduce errors by automatically inserting tags (auto-completion) and other common elements or through debugging. 


What's HTML Used For? 

HTML is the default language of websites and web-based documents. It helps a browser understand the structure and style of a document or files for viewing over the internet. It allows your web pages to host audio, videos, spreadsheets, and other applications. It also facilitates navigation within web pages or between websites through hypertext. 

Moreover, website makers can use HTML to design forms for ordering products, making reservations, or searching for information. HTML is, therefore, the basic building block for building your brand and running an e-commerce site or an online subscription-based business. 

http://marcelli.free.fr/forum/viewtopic.php?p=3617

http://marcelli.free.fr/forum/viewtopic.php?p=6291

https://www.visualchemy.gallery/forum/viewtopic.php?id=1823488

https://www.visualchemy.gallery/forum/viewtopic.php?id=1591830

https://www.dragon1616.com/index.php?topic=11539.0

https://www.dragon1616.com/index.php?topic=872.0

http://forumgobelin.free.fr/viewtopic.php?p=1031

http://forumgobelin.free.fr/viewtopic.php?p=609

http://jkm666.com/forum.php?mod=viewthread&tid=1603846

http://jkm666.com/forum.php?mod=viewthread&tid=505038


What Makes Up an HTML Document?

The primary components of an HTML document are tags and elements. They tell your browser how to display your content. Tags start and end with angled brackets or the "less than" and "greater than" signs. Letters between them are called element contents.

The following make up the basic structure of an HTML page (in their order of appearance):

Document type declaration (DTD)

The <!DOCTYPE html> appears at the start or very top of an HTML document. It tells the browser what HTML version was used to produce the page.

https://alglaah.com/index.php?threads/%D9%83%D9%8A%D9%81%D9%8A%D8%A9-%D8%A7%D8%AE%D8%AA%D9%8A%D8%A7%D8%B1-%D8%A7%D9%84%D9%85%D9%86%D8%A7%D8%AF%D9%8A%D9%84-%D8%A7%D9%84%D9%88%D8%B1%D9%82%D9%8A%D8%A9-%D8%A7%D9%84%D9%85%D9%86%D8%A7%D8%B3%D8%A8%D8%A9-%D9%84%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85%D8%A7%D8%AA%D9%83.13133/

https://alglaah.com/index.php?threads/%D8%A7%D9%84%D8%AA%D8%B3%D9%88%D9%8A%D9%82-%D8%A7%D9%84%D8%A7%D8%AC%D8%AA%D9%85%D8%A7%D8%B9%D9%8A-%D9%83%D9%8A%D9%81-%D9%8A%D9%85%D9%83%D9%86-%D9%84%D8%B4%D8%B1%D9%83%D8%A7%D8%AA-%D8%A7%D9%84%D8%AA%D8%B3%D9%88%D9%8A%D9%82-%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85%D9%87-%D9%84%D8%B2%D9%8A%D8%A7%D8%AF%D8%A9-%D8%A7%D9%84%D9%88%D8%B9%D9%8A-%D8%A8%D8%A7%D9%84%D8%B9%D9%84%D8%A7%D9%85%D8%A9-%D8%A7%D9%84%D8%AA%D8%AC%D8%A7%D8%B1%D9%8A%D8%A9%D8%9F.13002/

HTML root element 

The <html>, which is written below the DTD, acts like the "main container" that holds all the other elements. It can specify the language of the HTML document. For instance <html lang="en-US"> means the page is written in American English. 


Head 

The <head>, which you'll find between <html> and <body>, contains metadata describing information about the page. They include: 

The <title> or the overall subject of the webpage. It's separate from but should match the headline tag that appears in the body.

The <style> defines how elements should show up in the browser. This includes the color of the headline, text alignment, background color of the body, and so on.

The <link> indicates the resources (i.e. another webpage or external style sheet) linked to the HTML page. 

The <meta> contains keywords, author, and page description.

The <base> refers to the default URL.


Body 

The <body> is the main portion of the document that contains the information, which the browser displays on the screen. It can include the following:

The header features the site title, logo, main navigation, and search bar.

The main content covers the article title or heading, article content, date posted, author, and so on.

The sidebars display widgets and secondary navigation, such as archives by category or date.

The footer offers contact info, social links, copyright, and tertiary navigation.


How Does HTML Work?

The website author types an HTML document that's saved with an extension .html or .htm (filename.html or filename.htm). This file is then uploaded to the Worldwide Web, which would show how it looks online. 

https://ifutures.pl/olga-2022-motorsolve-t81131.html

https://ifutures.pl/authority-profile-backlinks-seo-create-fvrbls-t47709.html

http://footballeurs.free.fr/viewtopic.php?t=4815

http://heroicfantasygames.free.fr/Forum/viewtopic.php?p=43933

http://heroicfantasygames.free.fr/Forum/viewtopic.php?p=86497

https://www.iwantbots.com/viewtopic.php?t=36207

https://www.iwantbots.com/viewtopic.php?t=36130

http://lesnightwarrior.free.fr/Forum/viewtopic.php?p=2963

http://lesnightwarrior.free.fr/Forum/viewtopic.php?p=2735

http://www.360photography.co.uk/forum/viewtopic.php?f=4&t=2096070

http://www.360photography.co.uk/forum/viewtopic.php?f=4&t=2096126

https://www.alkalizingforlife.com/board/board_topic/6120136/5893543.htm

https://test.tcz.x10.mx/mybb/showthread.php?tid=165

http://www.hondaikmciledug.co.id/HRIS/showthread.php?tid=1900

https://whispwriting.net/plugins/viewtopic.php?t=214265

https://whispwriting.net/plugins/viewtopic.php?f=23&t=86595

https://forum.interstate420productions.com/viewtopic.php?t=42225

https://forum.interstate420productions.com/viewtopic.php?f=9&t=29077


To open the HTML file from your PC, go to File Explorer, right-click the file (or double-click it if you're using Mac) and select "Open with" from the menu to launch in your preferred browser. Google Chrome, Mozilla Firefox, Safari, and other browsers can recognize and read this format. You can also launch your browser, press Ctrl+O to pull up the "open" menu, and double-click your html file. 

The browsers use the HTML elements to interpret the content of the page and render them correctly on the screen in a neat and formatted way.

Comments

Popular posts from this blog

How to diagnose your wi-fi problems?

How to reset your iPhone?

What Is a Robot?