+ 3
Html program kese start kren
Html
3 odpowiedzi
+ 8
first Clear your basic concept in html ...
+ 5
HTML5 video Playlist
https://www.youtube.com/playlist?list=PL3qYJfcBcdfwKOv3415mafaTPJoHWplqN
Follow the four steps below to create your first web page with Notepad or TextEdit.
Step 1: Open Notepad (PC) Windows 8 or later: ...
Step 1: Open TextEdit (Mac) Open Finder > Applications > TextEdit. ...
Step 2: Write Some HTML. ...
Step 3: Save the HTML Page. ...
Step 4: View the HTML Page in Your Browser.
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>