Maniruzzaman Akash's Blog

Maniruzzaman Akash, A programmer, A web programmer, a helpful person to share knowledge and everything..

  • Home
  • Programming
    • C Programming
    • Java Programming
    • C++ Programming
    • C# Programming
    • Python Programming
    • Data Structure
  • Web
    • HTML
    • CSS
    • Javascript
    • PHP
    • AJAX
    • XML
  • FrameWork
    • Bootstrap(CSS)
    • Laravel 5(PHP)
  • Database
    • MySQL
    • Oracle
    • SQL Server
  • Android
    • Android Development
  • Mathematics
    • Numerical Methods
  • Others
    • My Articles
    • Download Ebooks
    • Mathematics
    • Difference Between
  • Contact
HTML

HTML - Lecture 2 - first code in HTML and text editor setup

Tuesday, December 6, 2016 By Maniruzzaman Akash 0 Comments
Welcome to our HTML second lecture. In our previous lecture we've learnt about HTML and web programming language and today we'll start to learning HTML programming language here : html-lecture-01-about-html-and-why we use it  and will write our first HTML code.

Please, follow the every step if you are a beginner. Don't bypass anything, otherwise you may be get some problem.



Step 01: Install editor

First we have to write our HTML code and for that there are so many code editor. Few best code editor are given below-

  1. We have a default code editor in windows named Notepad which is so much old and the better one is Notepad++. Download Notepad++ by clicking this link - Notepad++ (****Average 70% people use it****)
  2. Sublime Text Editor
  3. Netbeans

You can add any of the cod editor and also there are so many code editor, but these are the most popular. And in this case I'll use notepad++ for easy use. So, you also use it now and after a while when you'll be little more acknowledged on text editor, then can change that.




Step 02: Open editor

Open your browser from your apps.It will look like this-



Then click top left side of the box, named file and then click on New. This is like this:

 





Step 03: Create file named .html

Create a new file and whose output will be in .html format like the image






Step 04: Most important part

Ok, now everything is completed. And start to write our first HTML code. We want to say Hello World to the world and give a welcome to our first lecture. Just see the code.
<html>
    <head>
        <title>Welcome To Our Second Lecture</title>
    </head>

    <body>
       <h1>Welcome To Our Second Lecture</h1><hr />
       <p>This is our journey to study of web programming and it's code basic - HTML</p>
    </body>
</html>

And I think the above code will be look like the following image. and if yours is the same, then everything is correct.







Step 05: Run the code

Now run the code in any web browser. You can choose some of the following web brower-

  1. Chrome (Best browser for web designing and developing)
  2. Mozilla

Look...Sometimes someone got problem to run his/her HTML first code. I'm telling you the all way to run your code in browser.

1) Click on Run tab in the upper top of the Notepad++ editor. You can better see the image to clear how to run HTML code in web browser.




2) Go to path where you saved your html code and open with any browser. See the image to more clear.






Step 06: Last Step - View the code in browser

Greatz...our code is completed now. So, now browser will automatically open. Like the image-




Thanks for viewing the lecture. In next lecture we demonstrate how HTML code working in line by line and see all of the tags in HTML.

HTML
Share:

Maniruzzaman Akash
Maniruzzaman Akash, an enthusiastic programmer, a web developer

Related Articles


0 comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments ( Atom )

Popular Posts

  • Numerical Methods 20 Multiple Choice Questions and Answers
  • Consider a hypothetical 32-bit microprocessor having 32-bit instructions: Solutions
  • List and briefly define two approaches to dealing with multiple interrupts
  • The hypothetical machine has two I/O instructions: 0011= Load AC fro I/O 0111= Store AC to I/O Solutions
  • What are the characteristics of Digital IC's?-Solution
  • Mid Square Method Code implementation in C and MatLab
  • List and briefly define the possible states that define an instruction execution
  • BFS, DFS, DLS in Tree implementation in C
  • Download Laravel Offline Documentation as HTML
  • Simpson's 1/3 Code in Matlab

Category

Advanced PHP Android Developement Articles Artificial Intelligenece Blogger Tips Blogging Career Bootstrap Offline Documentation Bootstrap Templates C Programming Computer Architecture Data Structure Difference Between Download Documentation Download Ebook Download Free Blog Template Earning Money Electrical Electronics Guest Posts HTML Java Programming Laravel Laravel Bangla Tutorial MatLab Code My Videos MySQL Database Numerical Methods Offline Documentation Recent Topics Simulation and Modeling Unity Game Development Web Design Web Development

LIKE ME ON FACEBOOK

TAGS

  • Advanced PHP (3)
  • Android Developement (5)
  • Articles (6)
  • Artificial Intelligenece (3)
  • Blogger Tips (5)
  • Blogging Career (1)
  • Bootstrap Offline Documentation (1)
  • Bootstrap Templates (1)
  • C Programming (14)
  • Computer Architecture (5)
  • Data Structure (11)
  • Difference Between (1)
  • Download Documentation (2)
  • Download Ebook (3)
  • Download Free Blog Template (2)
  • Earning Money (1)
  • Electrical Electronics (1)
  • Guest Posts (1)
  • HTML (4)
  • Java Programming (2)
  • Laravel (3)
  • Laravel Bangla Tutorial (1)
  • MatLab Code (2)
  • My Videos (3)
  • MySQL Database (7)
  • Numerical Methods (9)
  • Offline Documentation (1)
  • Recent Topics (1)
  • Simulation and Modeling (2)
  • Unity Game Development (3)
  • Web Design (3)
  • Web Development (1)

Join Google+

Maniruzzaman Akash
View my complete profile

Join With Me

Site Visitors

Best Sites For a programmer

  • URI Online Judge Solution By Me
  • StackOverFlow
  • W3 School
  • Git Hub - Store your Every Document

Popular Posts

  • What are the characteristics of Digital IC's?-Solution
  • How to import Excel,CSV file in Laravel And insert data in database
  • Numerical Methods 20 Multiple Choice Questions and Answers
  • What is Blue Whale Game ? Why people suicide?
  • Mid Square Method Code implementation in C and MatLab
  • Simpson's 1/3 Code in Matlab
  • Consider a hypothetical 32-bit microprocessor having 32-bit instructions: Solutions
  • Depth First Search DFS code using Binary Tree in C language
  • The hypothetical machine has two I/O instructions: 0011= Load AC fro I/O 0111= Store AC to I/O Solutions
  • How to browse files on Android outside of Unity app folder

Earn Money From Your site

Translate To your language

Categories

Advanced PHP (3) Android Developement (5) Articles (6) Artificial Intelligenece (3) Blogger Tips (5) Blogging Career (1) Bootstrap Offline Documentation (1) Bootstrap Templates (1) C Programming (14) Computer Architecture (5) Data Structure (11) Difference Between (1) Download Documentation (2) Download Ebook (3) Download Free Blog Template (2) Earning Money (1) Electrical Electronics (1) Guest Posts (1) HTML (4) Java Programming (2) Laravel (3) Laravel Bangla Tutorial (1) MatLab Code (2) My Videos (3) MySQL Database (7) Numerical Methods (9) Offline Documentation (1) Recent Topics (1) Simulation and Modeling (2) Unity Game Development (3) Web Design (3) Web Development (1)

Subscribe To This Site To Get Latest Article On Programming or web

Posts
Atom
Posts
Comments
Atom
Comments
© 2016 Maniruzzaman Akash's Blog | All rights reserved
Developed By Maniruzzaman Akash Created By Responsive Blogger Templates | Distributed By Gooyaabi Templates