• Keyboard Shortcuts

    Shortcut keys help provide an easier and quicker method of navigating and executing commands in the computer software.

  • Hardware Tips

    Learn about the latest computer hardware and find out how to diagnose

  • Knowledge Practise questions and answers

    Here you can practise more questions and answers to improve your knowledge on computer

Showing posts with label MOVING AHEAD WITH HTML. Show all posts
Showing posts with label MOVING AHEAD WITH HTML. Show all posts

Friday 1 February 2019

MOVING AHEAD WITH HTML


SCROLL value

The SCROLL value is used for moving the text from one corner of the margin to the other margin completely.. BY defaul the text scrolls from one corner to another corner. The code for specifying the behavior attribute as scroll is given below.

<BODY>  <MARQUEE BEHAVIOR  = SCROLL>  INTRODUCTION TO HTML </MARQUEE></BODY>

SLIDE value

The SLIDE value is used for moving the text from one margin and stop as soon as the text.....

Thursday 5 July 2018

MOVING AHEAD WITH HTML

MOVING AHEAD WITH HTML


 We have learnt about how to create HTML document in NOTEPAD and view it in any web browser. We have also learnt about some tags and attributes of HTML. Let us learn some more HTML codes in this chapter.

MARQUEE Element

The MARQUEE element is used to insert scrolling text anywhere in a web page. The code given below will display the text "INTRODUCTION TO HTML" to scroll from right to left in the Web page.

<BODY> <MARQUEE> INTRODUCTION TO HTML
</MARQUEE> </BODY> 

Attributes of the MARQUEE element are as follows.

BG COLOR Attribute

This attribute is used for specifying the background color of the scrolling text.


<BODY> <MARQUEE BGCOLOR = YELLOW> INTRODUCTION TO HTML
</MARQUEE> </BODY> 

The code given above will display YELLOW as the background color for the scrolling text.

DIRECTION Attribute

This attribute is used for specifying the DIRECTION of the scrolling text. The direction can be specified as either LEFT or RIGHT. By default the text scrolls from right to left.

<BODY> <MARQUEE DIRECTION = LEFT> INTRODUCTION TO HTML
</MARQUEE> </BODY> 


The code given above will display the text to scroll from left to right.

BEHAVIOR Attribute

The BEHAVIOR Attribute is used for specifying the movement of the scrolling text. The values for the BEHAVIOR attribute can be specified as SCROLL, SLIDE or ALTERNATE.

Good Morning Beautiful

Do you know????

Do you know????
/