TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Maha
NA
600
70.5k
HTML Variable Formatting
Oct 19 2014 6:26 AM
http://www.w3schools.com/html/html_computercode_elements.asp
Above web page is saying about HTML variable formatting.
I wish to know what is the different between following two method of formatting, because both are giving same result. Problem is highlighted.
<!DOCTYPE html>
<html>
<body style="font-size:16px">
<p>Einstein wrote:</p>
<p><
var
>E<
/
var
> = <
var
>m</
var
> <
var
>c</
var
><sup>2</sup></p>
</body>
</html>
<!DOCTYPE html>
<html>
<body style="font-size:16px">
<p>Einstein wrote:</p>
<p>
<
i
>
E<
/i
> = <
i
>m<
i/
><
i
>c<
/i
><sup>2</sup></p>
</body>
</html>
Reply
Answers (
2
)
can i add 2 sliders in a html webpage
Add First & last name inside table in Lightswitch HTMLClient