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, 2898 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
HTML today is used in HTML5, using JavaScript and CSS to help the page become what it is.
Web designers should focus on those 3, and if you want to develop more, go to PHP/SQL as sites use databases too.
(05-24-2017, 12:46 PM)Lakestores Wrote: HTML today is used in HTML5, using JavaScript and CSS to help the page become what it is.
Web designers should focus on those 3, and if you want to develop more, go to PHP/SQL as sites use databases too.

Exactly
HTML can't work with itsself
you need to learn both Javascript and CSS and If you want to use a database or something advanced you have to learn PHP and Sql.
But let's don't forget Asp it was the best language when it started but today PHP is better.
Rs
* Thankful to Allah *
Kurdy

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



Users browsing this thread: 1 Guest(s)