Discord Server Red Security Twitter Donation to Red Security Red Security Youtube Channel Red Security Tumblr Profile
Login or Register to Hide ads and Accessing all features on the forum

Tutorial 

HTML language

2 Replies, 2984 Views

In Th Name Of Allah
Al-Salam Alekum


HTML is the standard markup
language for creating Web pages.
  • HTML stands for Hyper Text
    Markup Language.
  • HTML describes the structure of Web pages using markup.
  • HTML elements are the building
    blocks of HTML pages.
  • HTML elements are represented by tags.
  • HTML tags label pieces of content such as "heading", "paragraph","table", and so on.
  • Browsers do not display the HTML tags, but use them to render the content of the page.


Sample:
Code:
<!DOCTYPE html>
    <html>
      <head> <title>Red Security</title>
      </head>
       <body> <h1>Red Security Forums</h1> <p>:)</p>
       </body>
    </html>

Copy that code and paste it in a editor like a Notepad or Notepad++ and save it with name: redsec.html
Finally open it with your browser Smile .
If you have any questions, feel free to ask.

Wa Salam Alekum
Rs
* Thankful to Allah *
Kurdy

Messages In This Thread
HTML language - by Mr.Kurd - 05-24-2017, 06:37 AM
RE: HTML language - by Lakestores - 05-24-2017, 12:46 PM
RE: HTML language - by Mr.Kurd - 05-24-2017, 02:59 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Big Grin Tutorial HTML 2: What is DOCTYPE? Mr.Kurd 0 13,101 12-27-2018, 08:26 AM
Last Post: Mr.Kurd
  Tutorial HTML 1: What is HTML? Mr.Kurd 0 3,222 07-09-2018, 08:55 AM
Last Post: Mr.Kurd
Big Grin Tutorial Rolling text in HTML Mr.Kurd 0 1,805 07-06-2018, 08:29 PM
Last Post: Mr.Kurd
Heart Two helpful books for learning HTML, CSS and JS Mr.Kurd 2 2,856 11-01-2017, 08:54 PM
Last Post: Mr.Kurd
  Tutorial HTML Tutorial Website Miss4ulove 2 2,989 10-31-2017, 11:46 AM
Last Post: Ghost
Big Grin HTML Linking an image Mr.Kurd 0 1,863 09-22-2017, 08:18 PM
Last Post: Mr.Kurd



Users browsing this thread: 1 Guest(s)